CompoundFileSave(Stream) Method

Saves this compound file to the specified stream.

Definition

Namespace: Independentsoft.IO.StructuredStorage
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public void Save(
	Stream stream
)

Parameters

stream  Stream
A stream.

See Also